home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 4 / The Arsenal Files 4 (Arsenal Computer).ISO / synchron / sbbs0595.faq < prev    next >
Text File  |  1995-05-04  |  8KB  |  255 lines

  1.       Answers to Frequently Asked Questions About Synchronet BBS Software
  2.       -------------------------------------------------------------------
  3.                      05/95
  4.  
  5. For answers to the most frequently asked tech support questions, please refer
  6. to the Troubleshooting chapter in the Synchronet sysop manual (if you have one)
  7. or SBBS\DOCS\SYSOP.DOC. It is a "Technical FAQ" of sorts.
  8.  
  9. -------------------------------------------------------------------------------
  10.  
  11. Q: How can I connect my BBS to the Internet?
  12.  
  13. A: For e-mail and newsgroups, contact Sound Advice at 816-436-5206 regarding
  14.    their product "NetXpress for Synchronet", developed by Merlin Systems.
  15.    Sound Advice can also be contacted at 800-847-4763, FAX 816-436-5509,
  16.    Internet: info@sound.com, or FidoNet: info@1:280/1
  17.  
  18.    NetXpress supports PageSat and Planet Connect satellite systems. Features
  19.    include: Automatic e-mail & new file attachments, Archive of periodic FAQs,
  20.    Built-in LISTSERV & FTPMAIL, Handles UUCP, SMTP, NNTP & MIME, Redistribution
  21.    of e-mail and news, and 16-bit DOS, 32-bit DOS, OS/2 and WinNT versions.
  22.  
  23.    You can also convert UUCP packets into FidoNet packets with a Fido/UUCP
  24.    gateway program like Gigo or UFGate, and then import them into Synchronet
  25.    with SBBSecho.
  26.  
  27.    For real-time TCP/IP connections (telnet, ftp, irc, etc), contact MurkWorks
  28.    at 315-265-4717 regarding their product "BBSNet". This type of setup is
  29.    not cheap.
  30.  
  31. -------------------------------------------------------------------------------
  32.  
  33. Q: How can I send e-mail to my users from an event or command line?
  34.  
  35. A: There is a utility called "Mail Poster for Synchronet" developed by
  36.    CryptSoft software. The current version can most likely be found on
  37.    Vertrauen (home of Synchronet) as SMAIL*.ZIP.
  38.  
  39. -------------------------------------------------------------------------------
  40.  
  41. Q: How can I post messages in sub-boards from an event or command line?
  42.  
  43. A: SMBUTIL (included with Synchronet) can be used for this purpose. If it going
  44.    to be executed during an event, then you will need to create an input file
  45.    with the "To" username (or ALL), "From" username, and "Subject" each on
  46.    their own line. Example, create the file C:\HEADER.TXT with the following
  47.    contents:
  48.  
  49.    ALL
  50.    Sysop
  51.    This is an anouncment
  52.  
  53.    You will also need to create a file with the message body text. For our
  54.    example, we'll assume C:\BODY.TXT. Then you would use the following comand
  55.    line:
  56.  
  57.    SMBUTIL IC:\BODY.TXT C:\SBBS\DATA\SUBS\subcode < C:\HEADER.TXT
  58.  
  59.    Where "subcode" is the internal code of the sub-board you wish to post on.
  60.  
  61.    See the SMBUTIL chapter in the sysop manual for details on the syntax.
  62.  
  63.    There is also a utility call "Newfie" by Bruce Bergman which calls SMBUTIL
  64.    to import the NEWFILES.DAT (included in QWKnet packets) into one of your
  65.    sub-boards. This can be downloaded from Vertrauen as NEWF*.ZIP.
  66.  
  67. -------------------------------------------------------------------------------
  68.  
  69. Q: How can I have files automatically added to my file database?
  70.  
  71. A: ADDFILES (included with Synchronet) can be used for this purpose. If you
  72.    do not have a description for the file to be added to the database and
  73.    you do not know the name(s) of the file(s), you can use the '/s' switch
  74.    to search for any files in the storage directory and add them to the
  75.    database. You will probably also want to use the '/n' switch to keep it
  76.    from updating the database entries of files that are already in the
  77.    database. Example command line:
  78.  
  79.    ADDFILES dircode /sn
  80.  
  81.    Where "dircode" is the internal code of the directory. Use '*' in place of
  82.    dircode if you wish ADDFILES to search all directories that have "Auto-ADD"
  83.    toggled ON in SCFG.
  84.  
  85.    If you're importing File Distribution Networks or CD-ROMs with FILES.BBS,
  86.    you'll probably use the following command line instead:
  87.  
  88.    ADDFILES * /diz
  89.  
  90.    See the ADDFILES chapter in the sysop manual for more details.
  91.  
  92. -------------------------------------------------------------------------------
  93.  
  94. Q: How can I see the RIP screens locally?
  95.  
  96. A: Synchronet does not display RIP locally. You will need a RIP interpreter
  97.    such as RIPdraw, RIPaint, Freeview, ShowRip or similar utility to view
  98.    RIP screens.
  99.  
  100. -------------------------------------------------------------------------------
  101.  
  102. Q: How can I create light-bar menus?
  103.  
  104. A: Baja allows this type of customization. Look for command shells or modules
  105.    from Digital Dynamics and third party developers in Vertrauen's file
  106.    library. Here is a sample Baja module using a light-bar interface:
  107.  
  108. setstr 1
  109. cls
  110. cmd_home
  111. compare_user_misc ANSI
  112. if_true
  113.     print "\27[H"
  114. else
  115.     cls
  116.     end_if
  117. print "                        "
  118. print "\0014\1y\1h"
  119. print "╔══════════════════════════════╗\1n\r\n"
  120. print "                        "
  121. print "\0014\1y\1h"
  122. print "║         Example Menu         ║\1n\1b░░\1n\r\n"
  123. print "                        "
  124. print "\0014\1y\1h"
  125. print "╠══════════════════════════════╣\1n\1b░░\1n\r\n"
  126. print "                        \0014\1y\1h║ "
  127. compare_str 1
  128.     if_true
  129.         print "\0017\1b\1h"
  130.     else
  131.         print " \0014\1w\1h"
  132.     end_if
  133. print " First Selection           "
  134. print "\0014\1y ║\1n\1b░░\1n\r\n                        \0014\1y\1h║ "
  135. compare_str 2
  136.     if_true
  137.         print "\0017\1b\1h"
  138.     else
  139.         print " \0014\1w\1h"
  140.     end_if
  141. print " Second Selection          "
  142. print "\0014\1y ║\1n\1b░░\1n\r\n                        \0014\1y\1h║ "
  143. compare_str 3
  144.     if_true
  145.         print "\0017\1b\1h"
  146.     else
  147.         print " \0014\1w\1h"
  148.     end_if
  149. print " Third Selection           "
  150. print "\0014\1y ║\1n\1b░░\1n\r\n                        \0014\1y\1h"
  151. print "╚══════════════════════════════╝\1n\1b░░\1n\r\n\1n\1b"
  152. print "                         "
  153. print " ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░\1n\r\n"
  154.  
  155. #sync
  156. getkey
  157.  
  158. # Down Arrow, Ctrl-M or 'D'
  159. cmdkeys ^MD
  160.         compare_str 1
  161.         if_true
  162.                 setstr 2
  163.     else
  164.         compare_str 2
  165.         if_true
  166.             setstr 3
  167.         else
  168.             setstr 1
  169.             end_if
  170.         end_if
  171.     pause_reset
  172.     end_cmd
  173.  
  174. # Up Arrow, Ctrl-^ or 'U'
  175. cmdkeys ^^U
  176.     compare_str 1
  177.     if_true    
  178.         setstr 3
  179.     else
  180.         compare_str 2
  181.         if_true
  182.             setstr 1
  183.         else
  184.             setstr 2
  185.             end_if
  186.         end_if
  187.     pause_reset
  188.     end_cmd
  189.  
  190. # Home or Ctrl-B
  191. cmdkey ^B
  192.     setstr 1
  193.     end_cmd
  194.  
  195. # End of Ctrl-E
  196. cmdkey ^E
  197.     setstr 3
  198.     end_cmd
  199.  
  200. # SPACE-BAR
  201. cmdkey    "
  202.     compare_str 1
  203.     if_true
  204.         print You selected the first selection!\1>\r\n
  205.     else
  206.         compare_str 2
  207.         if_true
  208.             print You selected the second selection!\1>\r\n
  209.         else
  210.             print You selected the third selection!\1>\r\n
  211.             end_if
  212.         end_if
  213.     compare_user_misc ANSI
  214.     if_false
  215.         pause
  216.         end_if
  217.     end_cmd
  218.  
  219. # ESC
  220. cmdkey ^[
  221.     cmd_pop
  222.     return
  223.     end_cmd
  224. end_cmd
  225.  
  226.    See SBBS\DOCS\BAJA.DOC for more details.
  227.  
  228. -------------------------------------------------------------------------------
  229.  
  230. Q: How can I create an online database?
  231.  
  232. A: Synchronet has quite a few internal databases for user data, file
  233.    directories, messages, external programs, etc. To create your own general
  234.    purpose database, you will need to utilize a third party BBS database
  235.    application such as:
  236.  
  237.    Modem Base Pro Online DBMS from Integrated Solutions at 909-695-6677 (voice)
  238.    DC Genesys from Durand Communications Network at 805-961-8700 (voice)
  239.    QRDB from Mountain Retreat Software at 408-335-4672 (voice)
  240.  
  241.    Demo versions of Modem Base Pro and QRDB can be downloaded from Vertrauen.
  242.  
  243. -------------------------------------------------------------------------------
  244.  
  245. Q: How can I run main-stream applications as doors?
  246.  
  247. A: If the application is a text-mode application, it can be run as a door using
  248.    a utility called DoorWay available for download from Vertrauen as DRWY*.ZIP.
  249.    Graphics programs (including Windows applications) cannot be run as doors
  250.    unless they were specifically designed to run on a BBS.
  251.  
  252. -------------------------------------------------------------------------------
  253.  
  254. /* End of SBBS.FAQ */
  255.